OpenglContext

Undocumented in source.

Constructors

this
this(Window window, WindowConfig config)
Undocumented in source.

Members

Properties

activate
void activate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
extensions
string[] extensions [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
shadingLanguageVersion
string shadingLanguageVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffers
void swapBuffers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toolkitVersion
string toolkitVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
WindowContextType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IContext

activate
void activate [@property getter]

Activates the context for use.

destroy
void destroy [@property getter]

Destroys a context.

swapBuffers
void swapBuffers [@property getter]

Swap the buffers, to make the output display.

type
WindowContextType type [@property getter]

What type of context is this?

toolkitVersion
string toolkitVersion [@property getter]

Version of the toolkit being used.

shadingLanguageVersion
string shadingLanguageVersion [@property getter]

Version of the shading language available

Meta